libxc: Support set affinity for more than 64 CPUs.
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 17 Mar 2010 09:17:27 +0000 (09:17 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 17 Mar 2010 09:17:27 +0000 (09:17 +0000)
commit5a4d4554c3014ceaab8f3b21f3357ce7200956e3
treed2954276e80ac9af1fff0ea6ff1a976c6759814a
parentc4b4b6ac3baec64680ab3cb761d6691293ae0b1c
libxc: Support set affinity for more than 64 CPUs.

There are more than 64 cpus on new intel platform especially on NUMA
system, so that we need break the pcpu limit (that is 64)  when set
affinity of a VCPU.

Signed-off-by: James (song wei) <jsong@novell.com>
tools/libxc/xc_domain.c
tools/libxc/xenctrl.h
tools/python/xen/lowlevel/xc/xc.c